Converts a generic dictionary to a JsonObject.
Namespace: MindFusion.JsonAssembly: MindFusion.Common
public static JsonObject FromDictionary<TKey, TValue> ( Dictionary<TKey, TValue> dictionary)
Public Shared Function FromDictionary(Of TKey, TValue) ( _ dictionary As Dictionary(Of TKey, TValue) _) As JsonObject
JsonObject MembersJsonObject ClassMindFusion.Json Namespace